|
|
|
|
Scroll Method, ScrollingClass Class |
Scrolls the tabs in a given direction.
Syntax ScrollingClass Class (Softelvdm.SftTabsNET)
VB |
Public Sub Scroll( ByVal Direction As ScrollDirection ) |
C# |
public void Scroll( ScrollDirection Direction ); |
C++ |
public: void Scroll( ScrollDirection Direction ); |
A ScrollDirection that represents the direction in which to scroll.
Value |
Description |
|
0 | Defines scrolling to the left (or top). | |
1 | Defines scrolling to the right (or bottom). |
Comments
The Scroll method scrolls the tabs in a given direction.
Usually, the user clicks on the scroll buttons to scroll the scrollable tabs. The Scroll method can be used by an application to scroll tabs without user intervention. The tabs are scrolled by one position in the given direction.
If scrolling is not enabled, this method cannot be used.